-
Notifications
You must be signed in to change notification settings - Fork 42
update download url to r2 #298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
README.md
Outdated
|
||
**We will update the baseline snapshot on the 1st of every month**. | ||
|
||
5. Start from a **incremental snapshot**, run the following commands: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is confusing. It sounds like users can "Start from a baseline snapshot" or "Start from an incremental snapshot.
so, it should be
Download the latest incremental data (Optional):
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
README.md
Outdated
``` | ||
|
||
**We will update the snapshot once a day**. For advanced users, there are three options to consider: | ||
Make sure the files from the incremental package **overwrite** those from the baseline. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
README.md
Outdated
tar -xzf $IOTEX_HOME/data.tar.gz -C $IOTEX_HOME/data/ | ||
tar -xzf $IOTEX_HOME/incr.tar.gz -C $IOTEX_HOME/data/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in one line:
tar -xzf $IOTEX_HOME/data.tar.gz -C $IOTEX_HOME/data/ && tar -xzf $IOTEX_HOME/incr.tar.gz -C $IOTEX_HOME/data/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
README.md
Outdated
``` | ||
|
||
or download from Google Cloud: | ||
or download from Cloudflare: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to specify Cloudflare
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
README.md
Outdated
|
||
- Option 1: If you plan to run your node as a [gateway](#gateway), please use the snapshot with index data: | ||
https://t.iotex.me/mainnet-data-with-idx-latest. | ||
|
||
or download from Cloudflare: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to specify source Cloudflare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
change all the download url from gcs to r2, excepet archive.db